Tag: Software Design
Summary of "A Philosophy of Software Design" by John Ousterhout
December 29, 2023 · 38 min read
A summary of "A Philosophy of Software Design" a book written by John Ousterhout.
Dependency Inversion Principle in JavaScript and TypeScript
January 18, 2022 · 2 min read
Interface Segregation Principle in the context of JavaScript and TypeScript.
What is Business Logic anyway?
April 28, 2021 · 3 min read
The term business logic is often used by developers when talking about software design and clean code. But understanding what it means can be confusing.